Labels:text | screenshot | font OCR: % fixmarks.sty: % Patch LaTeX's output routine to handle marks correctly with two columns % Joe Pallas <pallas@edu.stanford. neon> % Corrected by Piet van Oostrum <piet@cs.ruu.nl> on Feb 5, 1993, Oct 5, 1 def\@outputdblcol{\if@firstcolumn \global\@firstcolumnfalse % Remember the marks from the first column \global\setbox\@leftcolumn\ copy\@outputbox \splitmaxdepth=\maxdimen \cbaddness=10000 \setbox\ @outputbox\vsplit\@outputbox to\maxdimen \xdef \@firstcoltopmark{\topmark}% \xdef\@firstcolfirstmark{\splitfirstmark}% ifx\@firstcolfirstmark\empty\global\let\@setmarks \relax\else \gdef\@setmarks{\let\firstmark\ @firstcolfirstmark \let \topmark\@firstcoltopmark}% fi % End of change \else \global \@firstcolumntrue \setbox\ @outputbox\vbox{\hbox to\textwidth{\hbox to\columnwidth {\box\@leftcolumn \hss} \hfil \rule width\ columnseprule\hfil hbox to\columnwidth{\box\@outputbox \hss} } } \@combinedblfloats % Override current first and top with those of first column if necessary \@setmarks % End of change \@outputpage begingroup \@dblfloatplacement \@startdblcolumn \@whileswif@fcolmade \fi{\@outputpage\@startdblcolumn} \endgroup \fi}